home *** CD-ROM | disk | FTP | other *** search
- unit About;
-
- interface
-
- uses
- Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
- StdCtrls, ExtCtrls, PSetting;
-
- type
- TfrmAbout = class(TForm)
- Image1: TImage;
- Label1: TLabel;
- Label2: TLabel;
- Label3: TLabel;
- Label4: TLabel;
- Button1: TButton;
- PFormSettings1: TPFormSettings;
- private
- { Private declarations }
- public
- { Public declarations }
- end;
-
- var
- frmAbout: TfrmAbout;
-
- implementation
-
- {$R *.DFM}
-
- end.
-